records
DCO01 - Goedgekeurde externe opleidingen voor het opleidingsfonds Dienstencheques
Datasetschema
Klik om uit te vouwen Klik om samen te vouwen
JSON Schema
Het volgende JSON-voorwerp is een gestandaardiseerde omschrijving van het schema van uw dataset. Meer over JSON-schema.
{
- "title":"dco01_goedgekeurde_externe_opleidingen_v1-csv",
- "type":"object",
- "oneOf":,[
- {
- "$ref":"#/definitions/dco01_goedgekeurde_externe_opleidingen_v1-csv"
}
] - "definitions":{
- "dco01_goedgekeurde_externe_opleidingen_v1-csv":,{
- "properties":{
- "records":{
- "type":"array",
- "items":{
- "$ref":"#/definitions/dco01_goedgekeurde_externe_opleidingen_v1-csv_records"
}
}
} - "records":
} - "properties":
- "geoJSON":,{
- "title":"Geo JSON object",
- "description":"Schema for a Geo JSON object",
- "type":"object",
- "required":,[
- "type"
] - "properties":,{
- "crs":,{
- "$ref":"#/definitions/crs"
} - "bbox":{
- "$ref":"#/definitions/bbox"
}
} - "crs":
- "oneOf":[
- ,{
- "$ref":"#/definitions/geometry"
} - ,{
- "$ref":"#/definitions/geometryCollection"
} - ,{
- "$ref":"#/definitions/feature"
} - {
- "$ref":"#/definitions/featureCollection"
}
]
} - "bbox":,{
- "description":"A bounding box as defined by GeoJSON",
- "type":"array",
- "items":{
- "type":"number"
}
} - "crs":,{
- "title":"crs",
- "description":"a Coordinate Reference System object",
- "type":,[
- "object",
- "null"
] - "required":,[
- "type",
- "properties"
] - "properties":,{
- "type":,{
- "type":"string"
} - "properties":{
- "type":"object"
}
} - "type":
- "additionalProperties":false,
- "oneOf":[
- ,{
- "$ref":"#/definitions/namedCrs"
} - {
- "$ref":"#/definitions/linkedCrs"
}
]
} - "namedCrs":,{
- "properties":{
- "type":,{
- "enum":[
- "name"
]
} - "enum":
- "properties":{
- "required":,[
- "name"
] - "additionalProperties":false,
- "properties":{
- "name":{
- "type":"string"
}
} - "name":
} - "required":
} - "type":
} - "properties":
- "linkedObject":,{
- "type":"object",
- "required":,[
- "href"
] - "properties":{
- "href":,{
- "type":"string",
- "format":"uri"
} - "type":{
- "type":"string",
- "description":"Suggested values: proj4, ogjwkt, esriwkt"
}
} - "href":
} - "linkedCrs":,{
- "properties":{
- "type":,{
- "enum":[
- "link"
]
} - "enum":
- "properties":{
- "$ref":"#/definitions/linkedObject"
}
} - "type":
} - "properties":
- "geometryCollection":,{
- "title":"GeometryCollection",
- "description":"A collection of geometry objects",
- "required":,[
- "geometries"
] - "properties":{
- "type":,{
- "enum":[
- "GeometryCollection"
]
} - "enum":
- "geometries":{
- "type":"array",
- "items":{
- "$ref":"http://json-schema.org/geojson/geometry.json#"
}
}
} - "type":
} - "feature":,{
- "title":"Feature",
- "description":"A Geo JSON feature object",
- "required":,[
- "geometry",
- "properties"
] - "properties":{
- "type":,{
- "enum":[
- "Feature"
]
} - "enum":
- "geometry":,{
- "oneOf":[
- ,{
- "type":"null"
} - {
- "$ref":"#/definitions/geometry"
}
]
} - "oneOf":
- "properties":,{
- "type":[
- "object",
- "null"
]
} - "type":
- "id":{}
} - "type":
} - "featureCollection":,{
- "title":"FeatureCollection",
- "description":"A Geo JSON feature collection",
- "required":,[
- "features"
] - "properties":{
- "type":,{
- "enum":[
- "FeatureCollection"
]
} - "enum":
- "features":{
- "type":"array",
- "items":{
- "$ref":"#/definitions/feature"
}
}
} - "type":
} - "geometry":,{
- "title":"geometry",
- "description":"One geometry as defined by GeoJSON",
- "type":"object",
- "required":,[
- "type",
- "coordinates"
] - "oneOf":,[
- ,{
- "title":"Point",
- "properties":{
- "type":,{
- "enum":[
- "Point"
]
} - "enum":
- "coordinates":{
- "$ref":"#/definitions/position"
}
} - "type":
} - ,{
- "title":"MultiPoint",
- "properties":{
- "type":,{
- "enum":[
- "MultiPoint"
]
} - "enum":
- "coordinates":{
- "$ref":"#/definitions/positionArray"
}
} - "type":
} - ,{
- "title":"LineString",
- "properties":{
- "type":,{
- "enum":[
- "LineString"
]
} - "enum":
- "coordinates":{
- "$ref":"#/definitions/lineString"
}
} - "type":
} - ,{
- "title":"MultiLineString",
- "properties":{
- "type":,{
- "enum":[
- "MultiLineString"
]
} - "enum":
- "coordinates":{
- "type":"array",
- "items":{
- "$ref":"#/definitions/lineString"
}
}
} - "type":
} - ,{
- "title":"Polygon",
- "properties":{
- "type":,{
- "enum":[
- "Polygon"
]
} - "enum":
- "coordinates":{
- "$ref":"#/definitions/polygon"
}
} - "type":
} - {
- "title":"MultiPolygon",
- "properties":{
- "type":,{
- "enum":[
- "MultiPolygon"
]
} - "enum":
- "coordinates":{
- "type":"array",
- "items":{
- "$ref":"#/definitions/polygon"
}
}
} - "type":
}
] - "position":,{
- "description":"A single position",
- "type":"array",
- "minItems":2,
- "items":,[
- ,{
- "type":"number"
} - {
- "type":"number"
}
] - "additionalItems":false
} - "positionArray":,{
- "description":"An array of positions",
- "type":"array",
- "items":{
- "$ref":"#/definitions/position"
}
} - "lineString":,{
- "description":"An array of two or more positions",
- "allOf":[
- ,{
- "$ref":"#/definitions/positionArray"
} - {
- "minItems":2
}
]
} - "linearRing":,{
- "description":"An array of four positions where the first equals the last",
- "allOf":[
- ,{
- "$ref":"#/definitions/positionArray"
} - {
- "minItems":4
}
]
} - "polygon":{
- "description":"An array of linear rings",
- "type":"array",
- "items":{
- "$ref":"#/definitions/linearRing"
}
}
} - "dco01_goedgekeurde_externe_opleidingen_v1-csv_records":{
- "properties":{
- "fields":{
- "type":"object",
- "properties":{
- "dco_opleiding_naam":,{
- "type":"string",
- "title":"OPLEIDING",
- "description":"Naam van de opleiding"
} - "dco_opleiding_goedkeuringsdatum":,{
- "type":"string",
- "format":"date",
- "title":"ERKENNINGSDATUM",
- "description":"Datum waarop de opleiding is erkend."
} - "dco_opleiding_erkenningsnummer":,{
- "type":"string",
- "title":"ERKENNINGSNUMMER",
- "description":"Het erkenningsnummer van de opleiding. Dit is het dossiernummer van de erkenning die bij de opleiding hoort."
} - "dco_opleiding_beschrijving":,{
- "type":"string",
- "title":"BESCHRIJVING",
- "description":"Beschrijving waar de opleiding over gaat"
} - "dco_opleiding_categorie":,{
- "type":"string",
- "title":"CATEGORIE",
- "description":"De categorie van de opleiding bepaalt onder andere de kosten die terugbetaald worden. Voorbeelden: Extern, Op terrein (externe begeleider)"
} - "dco_opleiding_kosten":,{
- "type":"string",
- "title":"KOSTEN",
- "description":"Tekstuele beschrijving van de kostprijs van de opleiding, met eventuele vermeldingen van de randvoorwaarden"
} - "dco_opleiding_opleidingsduur":,{
- "type":"string",
- "title":"OPLEIDINGSDUUR",
- "description":"Tekstuele omschrijving van de duurtijd van de opleiding, met eventueel vermelding van het aantal modules met hun duurtijd en eventuele extra informatie."
} - "dco_opleiding_contact_email":,{
- "type":"string",
- "title":"E-MAIL",
- "description":"E-mail-adres van de contactpersoon van de opleiding"
} - "dco_opleiding_contact_telefoon":,{
- "type":"string",
- "title":"TELEFOON",
- "description":"Telefoon- of gsm-nummer van de contactpersoon van de opleiding"
} - "dco_opleiding_aantal_uren":,{
- "type":"number",
- "title":"AANTAL_UREN",
- "description":"Totale aantal uren dat een opleiding duurt. Indien een opleiding meerdere modules heeft van X uren, is dit veld de sommatie van het aantal uren."
} - "dco_opleiding_basis":,{
- "type":"string",
- "title":"OPLEIDINGSTHEMAS",
- "description":"Alle opleidingsthema codes gelinkt aan deze opleiding."
} - "dco_opleidingsverstrekker_code":,{
- "type":"string",
- "title":"OPLEIDINGSVERSTREKKER_CODE",
- "description":"Alle code van de opleidingsverstrekkers gelinkt aan deze opleiding. Deze codes kunnen opgezocht worden in DCO03 - Opleidingsverstrekkers."
} - "dco_opleiding_language":,{
- "type":"string",
- "title":"LANGUAGES",
- "description":"Taal van de opleiding"
} - "dco_opleidingsverstrekker_naam":,{
- "type":"string",
- "title":"OPLEIDINGSVERSTREKKER",
- "description":""
} - "dco_opleidingsverstrekker_kbonummer":,{
- "type":"string",
- "title":"KBO NUMMER",
- "description":""
} - "straat_nr":,{
- "type":"string",
- "title":"STRAAT_NR",
- "description":""
} - "dco_opleidingsverstrekker_busnummer":,{
- "type":"string",
- "title":"BUSNUMMER",
- "description":""
} - "dco_opleidingsverstrekker_postcode":,{
- "type":"string",
- "title":"POSTCODE",
- "description":""
} - "dco_opleidingsverstrekker_gemeente":,{
- "type":"string",
- "title":"GEMEENTE",
- "description":""
} - "wgs84":,{
- "type":"array",
- "minItems":2,
- "maxItems":2,
- "items":,{
- "type":"number"
} - "title":"WGS84",
- "description":""
} - "dco_opleidingsverstrekker_website":,{
- "type":"string",
- "title":"WEBSITE",
- "description":""
} - "export_timestamp":{
- "type":"string",
- "format":"date-time",
- "title":"LAATSTE_UPDATE_DATUM",
- "description":"Datum wanneer data laatste keer is ververst."
}
} - "dco_opleiding_naam":
}
} - "fields":
} - "properties":
} - "dco01_goedgekeurde_externe_opleidingen_v1-csv":
}